From f51bfcf09389db96842644ba06481587a92fc4e9 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Sat, 20 Jun 2026 15:09:40 +0200 Subject: [PATCH] Depends: libmariadbclient-dev rather than default-libmysqlclient-dev mariaDB has sufficiently evolved from mySQL to stop claiming compatibility. Note that VTK9 nevertheless still treats mariaDB as a substitute for mySQL. Closes: #1137152 --- debian/changelog | 4 ++++ debian/control | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 62bc51d04..49742705c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ vtk9 (9.6.2+dfsg1-1exp1) UNRELEASED; urgency=medium * New upstream release * provide debian/python3-vtk9.pydist to declare python3-vtk9 as python package vtk. Closes: #1096135 + * Depends: libmariadbclient-dev rather than default-libmysqlclient-dev + mariaDB has sufficiently evolved from mySQL to stop claiming + compatibility. Note that VTK9 nevertheless still treats mariaDB as + a substitute for mySQL. Closes: #1137152 -- Drew Parsons Sat, 20 Jun 2026 14:42:24 +0200 diff --git a/debian/control b/debian/control index 0969e38c3..ce82535f4 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), cmake, debhelper-compat (= 13), default-jdk [!hppa !hurd-any], - default-libmysqlclient-dev, + libmariadbclient-dev, dh-sequence-python3, hdf5-tools, dh-sequence-javahelper, @@ -83,7 +83,7 @@ Section: libdevel Depends: ${misc:Depends}, ${shlibs:Depends}, default-jdk [!hppa !hurd-any], - default-libmysqlclient-dev, + libmariadbclient-dev, ${boost:Depends}, libavcodec-dev, libavformat-dev, -- 2.30.2